@charset "utf-8";

/* CSS Document */
/*--重定义浏览器默认样式--*/
* {
	word-wrap: break-word
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
	margin: 0;
	padding: 0
}

ul,
ol,
dl {
	list-style-type: none
}

html,
body {
	*position: static;
	height: 100%;
	/* background-color:#1b1b1b;*/
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

input,
button {
	overflow: visible;
	vertical-align: middle;
	outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
	font-family: arial, "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
	font-size: 12px;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

a,
area {
	outline: none;
	blr: expression(this.onFocus=this.blur())
}

a {
	text-decoration: none;
	cursor: pointer
}

a:hover {
	text-decoration: none;
	outline: none
}

a.ie6:hover {
	zoom: 1
}

a:focus {
	outline: none
}

a:hover,
a:active {
	outline: none
}

:focus {
	outline: none
}

sub,
sup {
	vertical-align: baseline
}

button,
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
}

/*img*/
img {
	border: 0;
	vertical-align: middle
}

a img,
img {
	-ms-interpolation-mode: bicubic
}

.img-responsive {
	max-width: 100%;
	height: auto
}

/*IE下a:hover 背景闪烁*/
*html {
	overflow: -moz-scrollbars-vertical;

	zoom:expression(function(ele) {
		ele.style.zoom="1";
		document.execCommand("BackgroundImageCache", false, true)
	}

	(this))
}

body[aos-delay='5000'] [aos],
[aos][aos][aos-delay='5000'] {
	transition-delay: 5000ms;
}

/*HTML5 reset*/
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
	display: block;
	margin: 0;
	padding: 0
}

time {
	display: inline
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]) {
	display: none
}

legend {
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

legend small {
	font-size: 15px;
	color: #999
}

svg:not(:root) {
	overflow: hidden
}

fieldset {
	border-width: 0;
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.cl,
.clearfix {
	zoom: 1
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clearboth {
	clear: both;
}

.bigzm {
	text-transform: uppercase;
}

.container {
	width: 100% !important;
	max-width: 1200px;
	max-width: 1170px\9;
}

/*头部*/

.clearpadding {
	padding: 0px;
	margin: 0px;
}

/* PAGE-MENU */
.fullnavr {
	position: fixed;
	top: 50%;
	right: -200px;
	z-index: 1;
	height: 200px;
	margin-top: -100px;
}

#pagemenu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 1005;
	padding: 10px 0px;
}

#pagemenu li {
	position: relative;
	padding: 3px 0px;
	width: 14px;
}

#pagemenu li a {
	height: 10px;
	display: inline-block;
	width: 10px;
	moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	background-color: #b3b3b3;
}

.fullnavr #pagemenu li.active a,
.fullnavr #pagemenu li.active a:hover,
.fullnavr #pagemenu li a:hover {
	width: 10px;
	height: 10px;
	background-color: #005099;
	text-decoration: none;
}

#pagemenu li a span {
	color: #1a3763;
	font-size: 7.5px;
}

.fullnavr #pagemenu li.active a span,
.fullnavr #pagemenu li a:hover span {
	color: #1a3763;
}

#pagemenu li a .disnone {
	display: none;
}

.fullnavr #pagemenu li.active a .disnone,
.fullnavr #pagemenu li.active a:hover .disnone,
.fullnavr #pagemenu li a:hover .disnone {
	display: block;
	text-decoration: none;
}

#pagemenu li.logohome {
	display: none;
	top: -50px;
}

.mousehover {
	width: 23px;
	height: 37px;
	background: url(../images/tb_01.png) no-repeat;
	background-size: 23px;
	position: absolute;
	left: 50%;
	margin-left: -11.5px;
	bottom: 25px;
	z-index: 1000;
}

/*.section.y6{ height:auto !important}*/

/*shade*/
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #666666;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666666;
}

.layer {
	position: fixed;
	z-index: 1001011;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.layer .layer-top,
.layer .layer-bottom {
	position: absolute;
	width: 100%;
	height: 50%;
	/* background: #da1515;*/
	top: 0%;
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	z-index: 1;
}

.layer .layer-top {
	background-color: #fff;
}

.layer .layer-bottom {
	top: auto;
	bottom: 0%;
	background-color: #fff;
}

.layer .loading {
	width:250px;
	/* height: 30px; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -94px;
	margin-top: -15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	z-index: 2;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

.layer.show {
	visibility: hidden;
}

.layer.show .loading {
	display: none;
}

.layer.show .layer-top {
	top: -50%;
}

.layer.show .layer-bottom {
	bottom: -50%;
}


@-webkit-keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}



.wx_top {
	width: 45px;
	height: 45px;
	position: fixed;
	right: 60px;
	bottom: 60px;
	z-index: 100;
	display: none;
}

.wx_top img {
	width: 45px;
	height: 45px;
}



/*Index*/
.section {
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.slide {
	background-size: cover;
	position: relative;
}

.section .sec-scale1 {
	width: 100%;
	height: 100%;
}

.section .sec-scale {
	width: 100%;
	height: 100%;
	transform: scale(0.8);
	opacity: 0.5;
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.active .sec-scale {
	transform: translate(0px, 0px) scale(1);
	transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	opacity: 1;
}

.bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.i_picchange {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}


.home-swiper {
	width: 100%;
	height: 100%;
	background: #000;
}

.home-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

.home-swiper .swiper-slide .conver_div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.home-swiper .swiper-slide img {
	display: none;
}

.home-swiper .home_next {
	width: 50px;
	height: 50px;
	background: url(../images/banner_right.png) no-repeat;
	background-size: 50px;
	right: 3%;
}

.home-swiper .home_prev {
	width: 50px;
	height: 50px;
	background: url(../images/banner_left.png) no-repeat;
	background-size: 50px;
	left: 3%;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/



.header_div {
	width: 100%;
	padding: 0px 3%;
	height: 90px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 10000;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.header_div .i_logo {
	width: 20%;
	padding-top: 15px;
}

.header_div .i_logo img {
	width: 100%;
}

.header_div.header_div1 {
	position: relative;
}



.nav_menu {
	width: 52%;
	height: 90px;
	margin-right: 1%;
}

.nav_menu li {
	width: 14%;
	height: 90px;
	float: left;
	position: relative;
	background: url(../images/img5.jpg) right center no-repeat;
}

.nav_menu li .a_nav {
	height: 90px;
	width: 100%;
	line-height: 90px;
	display: inline-block;
	color: #141414;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.nav_menu li .a_nav:hover,
.nav_menu li .a_nav.active,
.nav_menu li .a_nav.active1 {
	color: #005099;
	text-decoration: none;
}

.nav_menu li dl {
	width: 100%;
	position: absolute;
	z-index: 10000;
	display: none;
	left: 0px;
	top: 90px;
	background-color: #fff;
}

.nav_menu li dl dd {
	width: 100%;
	height: 33px;
	line-height: 33px;
	float: left;
}

.nav_menu li dl dd a {
	width: 100%;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #424242;
	font-size: 14px;
}

.nav_menu li dl dd a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #005099;
}


.i_ss {
	width: 1.3%;
	margin-top: 35px;
	cursor: pointer;
	position: relative;
	z-index: 1000000000;
	margin-left: 1.45%;
}

.i_ss img {
	width: 100%;
}

.i_ss .ss_div {
	width: 240px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 30px;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
	background-color: #fff;
	display: none;
	z-index: 1000000;
}

.i_ss .ss_div .ipt1 {
	width: 200px;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
	border: 0px;
	background-color: transparent;
}

.i_ss .ss_div .ipt2 {
	width: 40px;
	height: 32px;
	background: url(../images/tb_081.png) center no-repeat;
	background-size: 20px;
	border: 0px;
	cursor: pointer;
	background-color: #005099;
}


/*手机导航*/
/* CSS Document */
.phone_nav {
	display: none;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.phone_nav.menubg1 {
	/* background:url(../images/tb_09.png) repeat;*/
}

.phone_logo {
	/* height:50px;*/
	/* padding:10px 0px;*/
	/* background-color:#fff;*/
}

.phone_logo .p1 img {
	width: 100%;
	/* height: 100%*/
}

@media screen and (max-width:1200px) {
	.phone_logo .p1 {
		/*padding-top: 10px;*/
		/* height: 29px;*/
		display: block;
		width: 40%;
		/*background-color:#fb8896; padding:10px 10px 10px 10px;*/
		display: inline-block;
	}

	.header_div {
		display: none;
	}

	.phone_logo {
		width: 100%;
		padding: 15px 15px;
		box-sizing: border-box;
	}

	.phone_nav {
		display: block;
		position: relative;
		/* position:fixed;*/
		background-color: #fff;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		transition-delay: 0.7s;
		-webkit-transition-delay: 0.7s;
		z-index: 100000;
	}

	.phone_nav.fixedmenu {
		position: fixed;
		-moz-box-shadow: 0px 0px 10px #c7c5bf;
		/*firefox*/
		-webkit-box-shadow: 0px 0px 10px #c7c5bf;
		/*webkit*/
		box-shadow: 0px 0px 10px #c7c5bf;
		/*opera或ie9*/
	}

	/*导航按钮*/
	.phone_nav .nav_but_box {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 20px;
		top: 10px;
		z-index: 1;
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
	}

	.phone_nav .nav_but {
		display: inline-block;
		position: relative;
		width: 20px;
		height: 2px;
		z-index: 2;
		margin: 13px 0 0 5px;
		background: #005099;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		transition-property: background-color, transform, -webkit-transform;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
	}

	.phone_nav .nav_but:before,
	.nav_but:after {
		content: '';
		display: block;
		width: 20px;
		height: 2px;
		position: absolute;
		background: #005099;
		transition-property: margin, -webkit-transform;
		-webkit-transition-property: margin, -webkit-transform;
		transition-property: margin, transform;
		transition-property: margin, transform, -webkit-transform;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
	}

	.phone_nav .nav_but:before {
		margin-top: -5px;
	}

	.phone_nav .nav_but:after {
		margin-top: 5px;
	}

	/*栏目名称*/
	.phone_nav .nav_main {
		height: 100%;
		position: fixed;
		left: 0;
		opacity: 0;
		width: 0;
		transition: all 0.4s ease 0.3s;
		-webkit-transition: all 0.4s ease 0.3s;
		background-color: #eee;
		overflow: hidden;
	}

	.phone_nav .nav_main ul {
		padding: 0 20px;
		margin-top: 40px;
	}

	.phone_nav .nav_main li a {
		background-position: left;
		color: #333;
		height: 46px;
		line-height: 46px;
		display: inline-block;
		background-size: 32px;
		background-repeat: no-repeat;
		font-weight: bold;
	}

	.phone_nav .nav_main .ss {
		border: 1px solid #ccc;
		margin-top: 20px;
	}

	.phone_nav .nav_main .ss .p2 {
		float: right;
	}

	.phone_nav .nav_main .ss .p2 input {
		border: 0;
		/*background:url("../images/app_ss1.png") center no-repeat;*/
		width: 34px;
		height: 34px;
	}

	.phone_nav .nav_main .ss .p1 {
		display: block;
		margin: 0 34px 0 5px;
	}

	.phone_nav .nav_main .ss .p1 input {
		width: 100%;
		height: 34px;
		line-height: 34px;
		background: none;
		border: 0;
		font-family: "Microsoft YaHei";
		font-size: 14px;
		color: #fff;
	}

	.phone_nav .nav_main li b {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 0px;
		width: 50%;
		height: 50px;
		background: url("../images/lmfooter_bottom.png") center right no-repeat;
		z-index: 99;
	}

	.phone_nav .nav_main .ul {
		padding: 0 0 0px 40px;
		margin: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s;
		-webkit-transition: max-height 0.4s;
	}

	.phone_nav .nav_main .ul li {
		padding: 0;
		border-bottom: 0;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.phone_nav .nav_main .ul li a {
		padding: 0;
		height: auto;
		line-height: 30px;
		font-weight: normal
	}

	.phone_nav .nav_main .b_one .ul {
		max-height: 300px;
		padding: 0 0 0px 40px;
		margin-bottom: 10px;
	}


	.phone_nav .nav_main li {
		transform: translateX(100px);
		-webkit-transform: translateX(100px);
		transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		border-bottom: 1px solid rgba(225, 225, 225, 0.5);
		padding: 0 20px;
		position: relative;
	}

	.phone_nav .nav_main li:nth-of-type(1) {
		transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
	}

	.phone_nav .nav_main li:nth-of-type(2) {
		transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
	}

	.phone_nav .nav_main li:nth-of-type(3) {
		transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
	}

	.phone_nav .nav_main li:nth-of-type(4) {
		transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s;
	}

	.phone_nav .nav_main li:nth-of-type(5) {
		transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
	}

	.phone_nav .nav_main li:nth-of-type(6) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(7) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(8) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(9) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(10) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}


	/*打开样式*/
	.phone_nav_one {
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
	}

	.phone_nav_one .nav_main {
		opacity: 1;
		width: 100%;
		overflow: inherit;
	}

	.phone_nav_one .nav_but {
		background: rgba(0, 0, 0, 0);
	}

	.phone_nav_one .nav_but:before {
		margin-top: 0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.phone_nav_one .nav_but:after {
		margin-top: 0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.phone_nav_one .nav_but_box {
		opacity: 0.8;
	}

	.phone_nav_one .nav_main li {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}


@media screen and (max-width:758px) {

	/*--768-0--*/
	.phone_nav .nav_but_box {
		top: 12px;
		right: 10px;
	}

	.phone_nav .nav_main ul {
		margin-top: 20px;
		height: 300px;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

@media screen and (max-width:470px) {

	/*--768-0--*/
	.phone_logo {
		/*padding: 5px 10px*/
	}

	.phone_nav .nav_main ul {
		height: 410px;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

/*手机导航*/

.i_ssbn {
	width: 50px;
	height: 100%;
	background: url(../images/tb_082.png) center no-repeat;
	background-size: 18px;
	background-color: #eee;
	position: absolute;
	top: 0px;
	right: 13%;
	z-index: 10000;
}

.i_ssbn span {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.i_ssbn_div {
	width: 200px;
	display: none;
	background-color: #005099;
	z-index: 10000;
	position: absolute;
	right: 0px;
	top: 100%;
}

.i_ssbn_div .ipt1 {
	width: 84%;
	height: 30px;
	line-height: 30px;
	text-indent: 15px;
	border: 0px;
	font-family: "微软雅黑";
	background-color: #fff;
	color: #b9b9b9;
	font-size: 0.16rem;
}

.i_ssbn_div .ipt2 {
	width: 16%;
	height: 30px;
	background: url(../images/tb_081.png) center no-repeat;
	border: 0px;
	background-size: 15px;
}

.i_ssbn_div input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #b9b9b9;
}

.i_ssbn_div input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #b9b9b9;
}

.i_ssbn_div input:-ms-input-placeholder {
	color: #b9b9b9;
}

.i_ssbn_div input::-webkit-input-placeholder {
	color: #b9b9b9;
}


.i_content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 111;
}

.i_content_c {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.i_con {
	width: 1200px;
	margin: 0px auto;
}

.i_con1 {
	width: 1400px;
	margin: 0px auto;
}



.ui_div {
	width: 100%;
}

.ui_div1 {
	width: 100%;
	overflow: hidden;
}

.i_box1 {
	width: 100%;
	position: relative;
}

.probanner-box {
	position: relative;
	overflow: hidden;
}

.probanner a:link,
.probanner a:visited {
	color: #fff;
}

.probanner a:active,
.probanner a:hover {
	color: #fff;
}

.probanner {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 0;
	background-color: #efefef;
}

.probanner .swiper-slide {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.probanner .item {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.probanner .pimg {
	width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
}

.pro-nav-list a:link,
.pro-nav-list a:visited {
	color: #fff;
}

.pro-nav-list a:active,
.pro-nav-list a:hover {
	color: #fff;
}

.pro-nav-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pro-nav-list li {
	float: left;
	display: block;
	width: 33.33%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.pro-nav-list .wbox {
	height: 100%;
	background: url(../images/balck_30.png) repeat;
	background: none rgba(67, 67, 67, 0.5);
	color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
}

.pro-nav-list .wbox:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: url(../images/white_70.png) repeat;
	background: none rgba(255, 255, 255, 0.28);
	z-index: -1;
}

.pro-nav-list li:first-child .wbox:before {
	display: none;
}

.pro-nav-list .wbox:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/red_30.png) repeat;
	position: absolute;
	left: 1px;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
	z-index: -1;
}

.pro-nav-list .item {
	/*top: 38%;*/
	top: 42%;
	position: relative;
	-webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
	transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.pro-nav-list .bor {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-color: #0d70c1;
}

.pro-nav-list .bor:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #005099;
	position: absolute;
	left: 0;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.pro-nav-list .tbox {
	line-height: 1.5;
	position: relative;
}

.pro-nav-list .ico {
	width: 90px;
	display: block;
	margin: 0px auto 5px;
}

/*.pro-nav-list .ico.xz{ display:none;}
.pro-nav-list .ico.wz{ display:block;}*/
.pro-nav-list .en {
	font-family: "Humanst521 BT";
	font-size: 30px;
}

.pro-nav-list .zh {
	font-family: "微软正黑体";
	font-size: 16px;
	padding-top: 10px;
}

.pro-nav-list .cbox {
	margin: 0px auto;
	font-size: 16px;
	position: relative;
	z-index: 2;
	opacity: 0;
	visibility: hidden\9;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
	transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.pro-nav-list .cbox p {
	margin-bottom: 4px;
}

.pro-nav-list p.bot {
	height: 1px;
	background-color: #fff;
	width: 0%;
	margin: 20px auto 24px;
	position: relative;
	-webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
	transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.pro-nav-list p.bot .line {
	width: 36px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -3px;
	margin-left: -18px;
}

.pro-nav-list .cbox a {
	position: relative;
	margin-top: 20px;
	display: inline-block;
}

.pro-nav-list .cbox a:hover {
	text-decoration: none;
}

.pro-nav-list .wbox:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.pro-nav-list .wbox:hover .item {
	/* top: 22%;*/
	top: 30%;
}

.pro-nav-list .wbox:hover .bor:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.pro-nav-list .wbox:hover .cbox {
	opacity: 1;
	visibility: visible\9;
	transform: inherit;
	-webkit-transform: inherit;
}

.pro-nav-list .wbox:hover p.bot {
	width: 40%;
}

/*.pro-nav-list .wbox:hover .ico.xz{ display:block;}
.pro-nav-list .wbox:hover .ico.wz{ display:none;}*/

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.i_box2_t {
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #005099;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.i_box2_t1 {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	overflow: hidden;
	color: #000000;
	font-size: 30px;
}

.i_box2_t2 {
	width: 100%;
	height: 31px;
	line-height: 31px;
	text-align: center;
	overflow: hidden;
}

.i_box2_t2 a {
	color: #666666;
	font-size: 14px;
	display: inline-block;
}

.i_box2_t2 a:hover {
	color: #005099;
	text-decoration: none;
}

.i_box2_c {
	width: 100%;
	padding-top: 50px;
}

.home-swiper1 {
	width: 100%;
	height: 100%;
	padding-bottom: 50px !important;
}

.home-swiper1 .swiper-slide {
	padding: 0px 1%;
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

.home-swiper1 .swiper-slide .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.home-swiper1 .swiper-slide .a_img img {
	width: 100%;
}

.home-swiper1 .swiper-slide .a_img .azc {
	width: 100%;
	height: 100%;
	background: url(../images/zs2.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.home-swiper1 .swiper-slide .a_img .azc_tb {
	width: 100%;
	height: 100%;
	background: url(../images/zs1.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.home-swiper1 .swiper-slide .a_text {
	width: 100%;
	height: 65px;
	line-height: 65px;
	display: inline-block;
	overflow: hidden;
	color: #000000;
	font-size: 18px;
	text-align: left;
	text-align: center;
}

.home-swiper1 .swiper-slide .a_text:hover {
	color: #005099;
}

.home-swiper1 .swiper-slide .a_img:hover .azc {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation: flipInY 0.8s infinite linear both;
	animation: flipInY 0.8s infinite linear both;
	animation-iteration-count: 1
}

.home-swiper1 .swiper-slide .a_img:hover .azc_tb {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation: flipInY 0.8s infinite linear both;
	animation: flipInY 0.8s infinite linear both;
	animation-iteration-count: 1
}

.i_box3 {
	width: 100%;
	background-color: #fff;
}

.i_box3 .a_img {
	width: 25.7%;
	display: inline-block;
	overflow: hidden;
}

.i_box3 .a_img img {
	width: 100%;
}

.i_box3 .a_img_r {
	width: 70%;
	padding: 65px 4% 0px 0px;
}

.i_box3 .a_img_r .s1 {
	width: 100%;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	color: #005099;
	font-size: 36px;
	font-weight: bold;
}

.i_box3 .a_img_r .s2 {
	width: 100%;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	margin-bottom: 23px;
	color: #000000;
	font-size: 30px;
}

.i_box3 .a_img_r .s3 {
	width: 100%;
	height: 174px;
	line-height: 29px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
}

.i_box3 .a_img_r .s4 {
	width: 100%;
	height: 57px;
	line-height: 57px;
	color: #333333;
	font-size: 14px;
}

.i_box3 .a_img_r .s4:hover {
	text-decoration: none;
	color: #005099;
}

.i_box3 .a_img_r_ul {
	width: 100%;
	padding-top: 50px;
}

.i_box3 .a_img_r_ul li {
	width: 26%;
	margin-right: 6%;
	float: left;
	border-right: 1px solid #eeeeee;
}

.i_box3 .a_img_r_ul li a {
	padding-left: 60px;
	height: 52px;
	color: #999999;
	font-size: 12px;
	line-height: 1.6;
	display: inline-block;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box3 .a_img_r_ul li a font {
	color: #333333;
	font-size: 16px;
}

.i_box3 .a_img_r_ul li a.bg1 {
	background: url(../images/zs3.png) left top no-repeat;
}

.i_box3 .a_img_r_ul li a.bg2 {
	background: url(../images/zs4.png) left top no-repeat;
}

.i_box3 .a_img_r_ul li a.bg3 {
	background: url(../images/zs5.png) left top no-repeat;
}

.i_box3 .a_img_r_ul li a:hover {
	text-decoration: none;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.i_box4 {
	width: 100%;
	padding-top: 40px;
}

.i_box4 dt {
	width: 49%;
	padding-right: 2%;
	float: left;
	font-weight: normal;
}

.i_box4 dt .a_img {
	width: 100%;
	float: left;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.i_box4 dt .a_img img {
	width: 100%;
}

.i_box4 dt .a_img .a_text {
	width: 100%;
	color: #333333;
	font-size: 14px;
	background: url(../images/zs6s.png) repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 15px;
}

.i_box4 dt .a_img .a_text .s1 {
	width: 100%;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	font-size: 18px;
}

.i_box4 dt .a_img .a_text .s2 {
	width: 100%;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
}

.i_box4 dd {
	width: 51%;
	float: left;
	padding-bottom: 30px;
}

.i_box4 dd .div {
	width: 100%;
	float: left;
	background-color: #f3f5f7;
	display: inline-block;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box4 dd .div:hover {
	color: #666;
	text-decoration: none;
	background-color: #fff;
}

.i_box4 dd .div .a_img {
	width: 27%;
	display: inline-block;
	overflow: hidden;
}

.i_box4 dd .div .a_img img {
	width: 100%;
}

.i_box4 dd .div .a_img_r {
	width: 70%;
	padding: 20px 5% 0px 0px;
}

.i_box4 dd .div .a_img_r .s1 {
	width: 100%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	color: #333;
	font-size: 18px;
}

.i_box4 dd .div .a_img_r .s2 {
	width: 100%;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.i_box4 dd .div .a_img_r .s3 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #999999;
}

.i_box4 dd .div:hover .a_img_r .s1 {
	color: #005099;
	text-decoration: none;
}

.i_box5 {
	width: 100%;
}

.i_footer {
	width: 100%;
	padding: 40px 0px 30px 0px;
}

.i_footer_bq {
	width: 100%;
	background-color: #005099;
}

.i_footer_bq_c {
	width: 100%;
	padding: 20px 0px;
	line-height: 1.8;
	color: #fff;
	font-size: 14px;
}

.i_footer_bq_c a,
.i_footer_bq_c a:hover {
	color: #fff;
}

.i_footer_t {
	width: 100%;
	padding-bottom: 17px;
	vertical-align: middle;
}

.i_footer_t .f_logo {
	margin-right: 2%;
	width: 16%;
}

.i_footer_t .f_logo img {
	width: 100%;
}

.i_footer_t .s1 {
	padding-top: 10px;
}

.i_footer_t .s1 a {
	padding: 0px 10px;
	display: inline-block;
	vertical-align: middle;
}

.i_footer_t .s1 a.a1 {
	position: relative;
}

.i_footer_t .s1 a.a1 .img1 {
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
	position: absolute;
	left: -30px;
	top: 30px;
	display: none;
}

.i_footer_t .s1 a.a1:hover .img1 {
	display: block;
}

.i_footer_c {
	width: 100%;
}

.i_footer_c_l {
	width: 64%;
}

.i_footer_c_l li {
	width: 33.33%;
	float: left;
	color: #999999;
	font-size: 14px;
	line-height: 1.8;
}

.i_footer_c_l li .s1 {
	color: #333333;
}

.i_footer_c_r {
	width: 6%;
}

.i_footer_c_r img {
	width: 100%;
}

#particles {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #ebeef1;
}

.video_div {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	z-index: 100011111111111;
	left: 0px;
	top: -100%;
}

.video_div_closebtv {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	z-index: 100;
}

.video_div_center {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

< !--弹出视频播放-->
/*<div class="video_div">
   <div class="video_div_closebtv"><img src="images/video_btn.png" width="30" height="30"></div>
   <div class="video_div_center">
     <video poster="" loop="" controls="controls" autoplay="autoplay" src="" width="100%" height="100%" id="video_yscj">
	     不支持video
       </video>

   </div>
</div>
$(".i_ser_c .a_img").click(function(){
			var videoUrl=$(this).attr("data-url");
			 $("#video_yscj").attr("src",videoUrl);
			 $(".video_div").stop(false,true).animate({"top":"0px"},500);
		});
		$(".video_div_closebtv").click(function(){
			$(".video_div").stop(false,true).animate({"top":"-100%"},500);
			$("#video_yscj").attr("src","");
		});
*/

.active .i_box2_t {
	animation: fadeInUp 1s;
	-webkit-animation: fadeInUp 1s;
}

.active .i_box2_t1 {
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
}

.active .i_box2_t2 {
	animation: fadeInUp 2s;
	-webkit-animation: fadeInUp 2s;
}

.active .i_box2_c {
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
}

.active .pro-nav-list li.litem1 {
	animation: fadeInUp 0.1s;
	-webkit-animation: fadeInUp 0.1s;
}

.active .pro-nav-list .item {
	animation: zoomInDown 1s;
	-webkit-animation: zoomInDown 1s;
}

/*.active .i_box4 dt{animation: fadeInLeft 1s;
-webkit-animation: fadeInLeft 1s;}
.active .i_box4 dd{animation: fadeInRight 1s;
-webkit-animation: fadeInRight 1s;}
*/
.active .i_box3 .a_img_r .s1 {
	animation: fadeInUp 1s;
	-webkit-animation: fadeInUp 1s;
}

.active .i_box3 .a_img_r .s2 {
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
}

.active .i_box3 .a_img_r .s3 {
	animation: fadeInUp 1s;
	-webkit-animation: fadeInUp 1s;
}

.active .i_box3 .a_img_r .s4 {
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
}

.active .i_box3 .a_img_r_ul {
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
}

/*内页*/


.n_bg1 {
	background-color: #eaedf0;
}

.n_bg2 {
	background-color: #eeeeee;
}

.n_bg3 {
	background: url(../images/bg3.jpg) top center no-repeat;
	background-color: #eaedf0;
}

.n_bg4 {
	background-color: #005099;
}

.n_bg5 {
	background: url(../images/bg4.jpg) center center no-repeat;
}

.n_bg6 {
	background: url(../images/bg5.jpg) center center no-repeat;
}

.n_banner {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner_text {
	width: 100%;
	position: absolute;
	left: 0%;
	bottom: 60px;
	font-size: 30px;
	color: #fff;
	line-height: 1.8;
}

.n_banner_text img {
	max-width: 100%;
}


.a_zxlmenu {
	width: 100%;
	position: relative;
	display: none;
	z-index: 10;
}

.a_zxlmenu_t {
	width: 100%;
	padding: 3% 0px;
	background: url(../images/zxl_jt1.png) right center no-repeat;
	font-size: 16px;
	text-align: center;
	background-color: #005099;
	color: #fff;
	cursor: pointer;
	background-size: 30px;
}

.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	text-indent: 0px;
	display: none;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.a_zxlmenu_c li {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li .aone {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #005099;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c li .aone:hover,
.a_zxlmenu_c li .aone.activetwo {
	color: #fff;
	text-decoration: none;
	background-color: #ef6d67;
}

.a_zxlmenu_c li dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: none;
}

.a_zxlmenu_c li dl dd {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li dl dd a,
.a_zxlmenu_c li dl dd a:hover {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.pc_amenu {
	width: 100%;
	padding: 0px 2%;
	text-align: center;
}

.a_menu_bg {
	background-color: #fff;
}

.a_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 60px;
	overflow: hidden;
}

.a_menu .a_menu_a {
	padding: 0px;
	margin: 0px;
	padding: 0px 25px;
	height: 60px;
	margin: 0px 0px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	color: #0d0d0d;
	font-size: 18px;
}

.a_menu .a_menu_a:hover,
.a_menu .a_menu_a.activetm1 {
	color: #fff;
	background-color: #005099;
	text-decoration: none;
}


.n_box1 {
	width: 100%;
	padding: 50px 0px;
}

.n_about {
	width: 100%;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
}

.n_about img {
	max-width: 100%;
}

.n_box2 {
	width: 100%;
}

.n_box2 li {
	width: 100%;
	float: left;
}

.n_box2 li .a_img {
	width: 50%;
	float: right;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
}

.n_box2 li .a_img img {
	width: 100%;
}

.n_box2 li .a_img_r {
	width: 50%;
	float: left;
	padding: 90px 6% 0px 11%;
}

.n_box2 li .a_img_r .s1 {
	width: 100%;
	height: 53px;
	line-height: 53px;
	overflow: hidden;
	color: #005099;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
}

.n_box2 li .a_img_r .s2 {
	width: 100%;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #1269b9;
	font-size: 24px;
	letter-spacing: 2px;
}

.n_box2 li .a_img_r .s3 {
	width: 100%;
	line-height: 35px;
	height: 245px;
	overflow: hidden;
	color: #3d3d3d;
	font-size: 18px;
}

.n_box2 li.two .a_img {
	float: left;
}

.n_box2 li.two .a_img_r {
	float: right;
	padding: 90px 11% 0px 6%;
}


.n_box3 {
	width: 100%;
}

.n_box3 li {
	width: 100%;
	float: left;
}

.n_box3 li .a_img {
	width: 50%;
	float: right;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
}

.n_box3 li .a_img img {
	width: 100%;
}

.n_box3 li .a_img_r {
	width: 50%;
	float: left;
	/*height:100%;*/
	padding: 35px 2% 50px 5%;
}

.n_box3 li .a_img_r .s1 {
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	color: #005099;
	font-size: 30px;
	letter-spacing: 2;
}

.n_box3 li .a_img_r .s2 {
	width: 100%;
	max-height: 330px;
	overflow-y: auto;
	padding-right: 3%;
	color: #333333;
	font-size: 16px;
	line-height: 2;
}

.n_box3 li .a_img_r .s2::-webkit-scrollbar {
	width: 1px;
	border-radius: 1px;
	height: 1px;
	background: none;
}

.n_box3 li .a_img_r .s2::-webkit-scrollbar-track {
	border-radius: 1px;
	width: 1px !important;
	background-color: #eee;
}

.n_box3 li .a_img_r .s2::-webkit-scrollbar-thumb {
	width: 1px;
	height: 1px;
	border-radius: 1px;
	background-color: #005099;
}

.n_box3 li .a_img_r .s2 img {
	max-width: 100%;
}


.n_box3 li.two .a_img {
	float: left;
}

.n_box3 li.two .a_img_r {
	float: right;
}


.n_gsqdiv_b {
	width: 100%;
	padding-top: 30px;
	text-align: center;
	overflow: hidden;
}

.n_gsqdiv_b a,
.n_gsqdiv_b span {
	height: 30px;
	line-height: 30px;
	margin: 0px 3px 5px 3px;
	padding: 0px 10px;
	background-color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
}

.n_gsqdiv_b a:hover,
.n_gsqdiv_b a.activepages,
.n_gsqdiv_b span {
	color: #fff;
	background-color: #005099;
	border: 1px solid #005099;
	text-decoration: none;
}

.n_box4 {
	width: 100%;
}

.n_box4 li {
	width: 31.6%;
	float: left;
	margin: 0px 2.3% 40px 0px;
}

.n_box4 li .a_img {
	width: 100%;
	display: inline-block;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.n_box4 li .a_img img {
	width: 100%;
}

.n_box4 li .a_text {
	width: 100%;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #333333;
	font-size: 22px;
}

.n_box4 li .a_text:hover {
	text-decoration: none;
	color: #005099;
}

.n_box5 {
	width: 100%
}

.n_box5 li {
	width: 100%;
	padding-bottom: 25px;
	float: left;
}

.n_box5 li .div {
	width: 100%;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	background-color: #fff;
}

.n_box5 li .div:hover {
	text-decoration: none;
	color: #333;
}

.n_box5 li .div .a_img {
	width: 29%;
	display: inline-block;
	overflow: hidden;
}

.n_box5 li .div .a_img img {
	width: 100%;
}

.n_box5 li .div .a_img_r {
	width: 65%;
	padding: 35px 6% 0px 0px;
}

.n_box5 li .div .a_img_r .s1 {
	width: 100%;
	height: 58px;
	line-height: 58px;
	display: inline-block;
	overflow: hidden;
	color: #1a1a1a;
	font-size: 24px;
}

.n_box5 li .div:hover .a_img_r .s1 {
	color: #005099;
	text-decoration: none;
}

.n_box5 li .div .a_img_r .s2 {
	width: 100%;
	height: 100px;
	line-height: 25px;
	overflow: hidden;
}

.n_box5 li .div .a_img_r .s3 {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #666666;
	font-size: 14px;
	padding-left: 23px;
	background: url(../images/zs21.png) left center no-repeat;
}

.n_banner1 {
	width: 100%;
	height: 100px;
	background: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner1_text {
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #fff;
	font-size: 14px;
}

.n_banner1_text a,
.n_banner1_text a:hover {
	color: #fff;
}

.a_tzjyg_cdetsl {
	width: 100%;
}

.a_tzjyg_c_t {
	width: 100%;
	padding: 10px 0px;
	line-height: 1.7;
	text-align: center;
	color: #333333;
	font-size: 27px;
}

.a_tzjyg_c_time {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	color: #888;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.a_tzjyg_c_time span {
	background: url(../images/zs21.png) left center no-repeat;
	padding-left: 24px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.a_tzjyg_c_ton {
	width: 100%;
	padding: 25px 0px;
	line-height: 2;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
}

.a_tzjyg_c_ton img {
	max-width: 100%;
}

.a_tzjyg_c_tb {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.a_tzjyg_c_tb .a1 {
	width: 50%;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
}

.a_tzjyg_c_tb .a1:hover {
	text-decoration: none;
	color: #d9271d;
}

.a_tzjyg_c_tb .a1.a2 {
	text-align: right
}


.n_box1_c3 {
	width: 100%;
}

.n_box1_c3 li {
	width: 100%;
	float: left;
}

.n_box1_c3 li .div {
	width: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
}

.n_box1_c3 li .div:hover {
	text-decoration: none;
}

.n_box1_c3 li .div .a_img {
	width: 50%;
	float: right;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.n_box1_c3 li .div .a_img img {
	width: 100%;
}

.n_box1_c3 li .div .a_img .tb1 {
	width: 22px;
	height: 45px;
	background: url(../images/zs22.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: 1;
}

.n_box1_c3 li.twos .div .a_img .tb1 {
	width: 22px;
	height: 45px;
	background: url(../images/zs22s.png) no-repeat;
	position: absolute;
	left: auto;
	right: 0px;
	top: 40px;
	z-index: 1;
}

.n_box1_c3 li .div .a_text {
	width: 50%;
	padding: 30px 3% 0px 3%;
	float: left;
}

.n_box1_c3 li .div .a_text .s2 {
	width: 100%;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 28px;
}

.n_box1_c3 li .div .a_text .s3 {
	width: 100%;
	height: 93px;
	line-height: 31px;
	overflow: hidden;
	font-size: 16px;
	color: #4c4c4c;
}

.n_box1_c3 li .div .a_text .s4 {
	width: 103px;
	height: 35px;
	margin-top: 30px;
	line-height: 35px;
	background-color: #e5e4e4;
	text-align: center;
	overflow: hidden;
	color: #808080;
	font-size: 16px;
}

.n_box1_c3 li .div:hover .a_text .s4 {
	background-color: #005099;
	color: #fff;
}

.n_box1_c3 li.twos .div .a_img {
	float: left;
}

.n_box1_c3 li.twos .div .a_text {
	float: right;
}

.n_box6 {
	width: 100%;
	padding: 0px 6% 60px 6%;
	line-height: 1.8;
	color: #1c1c1c;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
}

.n_box6 img {
	max-width: 100%;
}

.n_box6_ul {
	width: 100%;
}

.n_box6_ul li {
	width: 20%;
	float: left;
	padding: 0px 1% 2% 1%;
}

.n_box6_ul li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.n_box6_ul li .a_img img {
	width: 100%;
}

.n_box1_t {
	width: 100%;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	text-align: center;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.n_box1_b {
	width: 100%;
}

.n_box1_b_l {
	width: 73%;
}

.n_box1_b_dl {
	width: 100%;
}

.n_box1_b_dl dd {
	width: 100%;
	height: 109px;
	padding-top: 25px;
	float: left;
	border-bottom: 1px solid #ebebeb;
}

.n_box1_b_dl dd .s1 {
	width: 6%;
}

.n_box1_b_dl dd .s1 img {
	width: 100%;
}

.n_box1_b_dl dd .s2 {
	width: 90%;
	color: #333333;
}

.n_box1_b_dl dd .s2 table tr td {
	font-size: 14px;
	height: 50px;
}

.n_box1_b_dl dd .s2 span {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}

.n_box1_b_r {
	width: 23%;
	border-left: 1px solid #ebebeb;
	min-height: 310px;
	margin-top: 20px;
	padding: 25px 3%;
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 2;
}

.n_box1_b_r img {
	max-width: 100%;
	height: auto !important;
}

.n_box1_b_r .s1 {
	font-weight: bold;
}

.b_box7 {
	width: 100%;
	overflow: hidden;
}

.b_box7 #allmap {
	height: 400px;
	width: 100%;
}

.b_box7_c {
	width: 100%;
	padding: 23px 0px 77px 0px;
}

.b_box7_c_t {
	width: 100%;
	padding: 55px 0px;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	font-size: 36px;
	overflow: hidden;
}

.b_box7_c_ul {
	width: 100%;
	padding: 17px 0px 30px 0px;
	background-color: #fff;
}

.b_box7_c_ul li {
	width: 50%;
	float: left;
	padding: 45px 10% 0px 10%;
	cursor: pointer
}

.b_box7_c_ul li .s1 {
	width: 100%;
	height: 45px;
	overflow: hidden;
}

.b_box7_c_ul li .s1 span {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	position: relative;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.b_box7_c_ul li .s1 span:after {
	width: 0%;
	height: 1px;
	background-color: #005099;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.b_box7_c_ul li:hover .s1 span {
	color: #005099;
}

.b_box7_c_ul li:hover .s1 span:after {
	width: 100%;
}

.b_box7_c_ul li .s2 {
	width: 100%;
	height: 124px;
	height: auto;
	line-height: 31px;
	overflow: hidden;
	margin-top: 8px;
	color: #333333;
	font-size: 14px;
}

.b_box8 {
	width: 100%;
	/*padding:24px 0px;*/
	padding: 14px 0px;
	text-align: center;
	text-align: left;
	margin: auto;
	height:65px;
/* 	overflow: hidden; */
}
.b_box8 ul li{ float: left;height: 40px;line-height: 40px; position:relative;z-index: 9999;}
.b_box8 ul li > a {
	text-decoration: none;
	padding: 0px 20px;	
	display: block;
	font-size: 18px;
	color: #fff;	
}

.b_box8 ul li>a.activetm2 {
	background-color: #008fd6;
	color: #fff;
}

.b_box8 ul li dl{ background-color:#fff; position: absolute; left: 0; width:280%;/* padding: 5px 0; */ display:none;}
.b_box8 ul li dl dd{ padding:10px 6px; border-bottom:#ddd dashed 1px;}
.b_box8 ul li dl dd:hover{ background-color:#008fd6;}
.b_box8 ul li dl dd:hover a{color: #fff;}
.b_box8 ul li dl dd a{ color: #333; font-size: 14px;}
.b_box8 ul li:hover dl{ display: block;}

.b_box8_c {
	width: 100%;
}

.b_box8_c li {
	width: 25%;
	padding: 0px 1% 2% 1%;
	float: left;
}

.b_box8_c li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.b_box8_c li .a_img img {
	width: 100%;
}

.b_box8_c li .a_img .azc {
	width: 100%;
	height: 100%;
	background: url(../images/zs2.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.b_box8_c li .a_img .azc_tb {
	width: 100%;
	height: 100%;
	background: url(../images/zs1.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.b_box8_c li .a_text {
	width: 100%;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	text-align: center;
}

.b_box8_c li .a_text:hover {
	color: #005099;
	text-decoration: none;
}

.b_box8_c li .a_img:hover .azc {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation: flipInY 0.8s infinite linear both;
	animation: flipInY 0.8s infinite linear both;
	animation-iteration-count: 1
}

.b_box8_c li .a_img:hover .azc_tb {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation: flipInY 0.8s infinite linear both;
	animation: flipInY 0.8s infinite linear both;
	animation-iteration-count: 1
}

.n_produ_d {
	width: 100%;
	color: #333333;
	line-height: 2;
	overflow: hidden;
	font-size: 16px;
}

.n_produ_d img {
	max-width: 100%;
}

.n_produ_d .s1 {
	font-size: 18px;
	font-weight: bold;
}

.n_produ_d .s2 {
	width: 50%;
}

.n_produ_d table tr td {
	background-color: transparent !important;
	color: #333;
	border: 1px solid #333 !important;
	text-align: center !important;
}

.b_box9 {
	width: 100%;
	padding: 53px 0px 27px 0px;
}

.b_box9 .a_img {
	width: 33.33%;
	margin-left: 5%;
	display: inline-block;
	overflow: hidden;
}

.b_box9 .a_img img {
	width: 100%;
}

.b_box9 .a_img_r {
	width: 50%;
}

.b_box9 .a_img_r .s1 {
	width: 100%;
	margin-bottom: 28px;
	color: #005099;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
}

.b_box9 .a_img_r .s2 {
	width: 100%;
	padding: 15px 0px;
	line-height: 1.8;
	color: #000000;
	font-size: 14px;
}

.b_box9 .a_img_r .s3 {
	width: 100%;
	line-height: 1.8;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}

.b_box9 .a_img_r .s3 img {
	max-width: 100%;
}

.b_box10 {
	width: 100%;
	padding-top: 25px;
}

.b_box10 a,
.b_box10 a:hover {
	height: 55px;
	float: left;
	background-color: #fff;
	line-height: 55px;
	padding: 0px 20px;
	display: inline-block;
	color: #000000;
	font-size: 24px;
	text-decoration: none;
	overflow: hidden;
}

.active .sec-scale2 {
	-webkit-animation: box4 1s ease;
	animation: box4 1s ease;
}


/*2019-7-31补充*/
.nubcbg {
	background-color: #005099;
}

.nybc_footer {
	width: 100%;
	padding: 10px 0px;
	height: 60px;
}

.nybc_footer_l {
	width: 80%;
	/* padding-top:15px;*/
}

.nybc_footer_l a,
.nybc_footer_l a:hover {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding-right: 40px;
}

.nybc_footer_r {
	width: 6%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: -45px;
}

.nybc_footer_r img {
	width: 100%;
	border: 2px solid #fff;
}

.nybc_footer_b {
	width: 100%;
	padding: 15px 0px;
	line-height: 1.8;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

.nybc_footer_b a,
.nybc_footer_b a:hover {
	color: #333;
}


.syfooter {
	width: 100%;
}

.syfooter_t {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.syfooter_t img {
	max-width: 100%;
}

.syfooter_c {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 15px;
}

.syfooter_cl {
	width: 70%;
}

.syfooter_cl dt {
	width: 32%;
	float: left;
	font-weight: normal;
	border-right: 1px solid #f2f2f2;
	min-height: 150px;
	padding-right: 3%;
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
}

.syfooter_cl dd {
	width: 17%;
	float: left;
	border-right: 1px solid #f2f2f2;
	min-height: 150px;
}

.syfooter_cl dd .a1,
.syfooter_cl dd .a1:hover {
	width: 100%;
	float: left;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	text-align: center;
	color: #333333;
	font-size: 14px;
	display: inline-block;
}

.syfooter_cl dd .a2,
.syfooter_cl dd .a2:hover {
	width: 100%;
	float: left;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #666666;
	font-size: 14px;
}

.syfooter_cr {
	width:20%;
}

.syfooter_cr img {
	width: 40%;
	float: left;
	margin: 0 2%;
}

.syfooter_map {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.syfooter_map #allmap {
	height: 363px;
	width: 100%;
}










@-webkit-keyframes box4 {
	0% {
		transform: scale(1.4);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes box4 {
	0% {
		transform: scale(1.4);
		opacity: 0.5;
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}






@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(1em);
		transform: translateY(1em);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(1em);
		transform: translateY(1em);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.arrowGo {
	animation: arrowGo 2.5s infinite;
	-webkit-animation: arrowGo 2.5s infinite;
}

@-webkit-keyframes arrowGo {
	0% {
		-webkit-transform: translate(0, 30%);
	}

	50% {
		-webkit-transform: translate(0, 0%);
	}

	100% {
		-webkit-transform: translate(0, 30%);
	}
}

@keyframes arrowGo {
	0% {
		transform: translate(0, 30%);
	}

	50% {
		transform: translate(0, 0%);
	}

	100% {
		transform: translate(0, 30%);
	}
}

.Amplification img {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}


.Amplification1 .img1 {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification1:hover .img1 {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}



@-webkit-keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
